runtime.p.wbBuf (field)
16 uses
runtime (current package)
atomic_pointer.go#L34: buf := getg().m.p.ptr().wbBuf.get2()
mbitmap.go#L421: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L481: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L1421: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L1474: buf := &getg().m.p.ptr().wbBuf
mgc.go#L1996: p.wbBuf.reset()
mwbbuf.go#L174: getg().m.p.ptr().wbBuf.discard()
mwbbuf.go#L197: start := uintptr(unsafe.Pointer(&pp.wbBuf.buf[0]))
mwbbuf.go#L198: n := (pp.wbBuf.next - start) / unsafe.Sizeof(pp.wbBuf.buf[0])
mwbbuf.go#L199: ptrs := pp.wbBuf.buf[:n]
mwbbuf.go#L203: pp.wbBuf.next = 0
mwbbuf.go#L210: pp.wbBuf.reset()
mwbbuf.go#L272: pp.wbBuf.reset()
proc.go#L5912: pp.wbBuf.reset()
runtime2.go#L882: wbBuf wbBuf
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |